Skip to content

Conversation

@telometto
Copy link

Troubleshooting step if the make command fails.

Troubleshooting step if the `make` command fails.
telometto added 2 commits June 6, 2022 16:29
Changes implemented according to repo owner's wish.
Copy link
Author

@telometto telometto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All changes implemented.

@telometto
Copy link
Author

Thanks for the feedback!

@telometto
Copy link
Author

Hi.

Is this going to get merged or should I just close the pull request?

Regards

@telometto telometto requested a review from dmalan August 31, 2025 19:43
1. If, when executing a program, you see `error while loading shared libraries: libcs50.so.8: cannot open shared object file: No such file or directory`:
Add `export LD_LIBRARY_PATH=/usr/local/lib` to your `.bashrc`.
1. If, when compiling a program, you see something similar to `undefined reference to 'get_int'`:
Create a `Makefile` inside the project folder, and paste the following `LDLIBS += -lcs50`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should really follow the same pattern as "Add ... to your .bashrc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants